home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Transactor
/
Transactor_15_1987_Transactor_Publishing.d64
/
fast file.bas
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2023-02-26
|
727b
|
19 lines
10 rem** fast file **
20 rem read from a file into a variable
30 a=49152: rem program is relocatable
40 print"usage: sys";a;",#<file#>,<# bytes>,<string var$>"
50 for i=a to a+85: read d: c=c+d: poke i,d: next i
60 if c<>11584 then print"!data error!": stop
70 :
100 data 32, 253, 174, 169, 35, 32, 255, 174
110 data 32, 158, 183, 134, 251, 32, 253, 174
120 data 32, 158, 183, 134, 252, 32, 253, 174
130 data 32, 139, 176, 133, 73, 132, 74, 36
140 data 13, 48, 3, 76, 153, 173, 165, 252
150 data 32, 125, 180, 166, 251, 32, 198, 255
160 data 176, 15, 165, 252, 240, 26, 160, 0
170 data 165, 144, 208, 8, 32, 19, 238, 144
180 data 8, 76, 249, 224, 132, 97, 184, 80
190 data 7, 145, 53, 200, 196, 252, 144, 232
200 data 32, 204, 255, 76, 100, 170